projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f74505c
)
(comint-file-name-prefix): Add autoload.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 25 Aug 2005 10:56:51 +0000
(10:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 25 Aug 2005 10:56:51 +0000
(10:56 +0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index 589aba9321a95df4ec3234da0f24c639be5caa9e..0977663808aec93283a3c6dafff441d4b2f469c4 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-2591,6
+2591,7
@@
Note that this applies to `comint-dynamic-complete-filename' only."
:type '(repeat (string :tag "Suffix"))
:group 'comint-completion)
+;;;###autoload
(defvar comint-file-name-prefix ""
"Prefix prepended to absolute file names taken from process input.
This is used by Comint's and shell's completion functions, and by shell's